home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 11
/
Amiga Plus 11: Amiga Future.iso
/
rexx
/
superview_export.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-10-24
|
579b
|
26 lines
/*
** EXPORTS A PICTURE FROM PictureManager into SuperView
**
** (c) 1995 J. Schaefer / A. Kleinert - ALL RIGHTS RESERVED
**
**
**
** NOTE: If you write your own AREXX-script to export pictures from
** Picture Manager Professional to any programs,
** change the path and filename of the file to process
** to PicManFile (see below, CASE SENSITIVE!!!)
**
** Read the PictureManager manual for more information
**
**
**
/* Load the Picture */
ADDRESS 'SuperView.rx'
"OPEN_GUI"
SVCommand = "LOAD=" || PicManFile
address 'SuperView.rx' SVCommand
EXIT